home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / searchgu.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  75 lines

  1. Short:    Search tool for AmigaGuide docs.V0.8.2.3
  2. Author:   gcornu@serveur.dtr.fr (Gerard Cornu)
  3. Uploader: gcornu@serveur.dtr.fr (Gerard Cornu)
  4. Version:  0.8.2.3
  5. Type:     text/hyper
  6. Replaces: text/hyper/SearchGuide*
  7.  
  8.  
  9. Little search tool for Amigaguide documents.
  10.  
  11.  
  12. V0.8.2.3
  13.  
  14.    Made some changes to the search routine.
  15.  
  16.  
  17. V0.8.2.2
  18.  
  19.    Miscellaneous improvements.
  20.  
  21.  
  22. V0.8.2.1
  23.  
  24.    SearchGuide was sometimes finding things that didn't look like the
  25.    requested keyword. This was due to the use of StrConvert() from 
  26.    locale.library. This function was translating, for example:
  27.    
  28.       "\@{b}are you\@{ub}"  to
  29.       "\@abcare you\@aubc"  
  30.           ^^^  
  31.    So, if you were looking for "car" it would find the
  32.    line containing the above.      
  33.    
  34.    Thanks to Pascal Chiozzi for reporting this "feature" ;-)
  35.  
  36.    The lines where the keyword has been found are now displayed in 
  37.    their original case, before they were translated to lower case!
  38.  
  39.  
  40. V0.8.1.6
  41.  
  42.    Added new option D=DEFAULT to put a default keyword in
  43.    the string requester. This option is mutually exclusive
  44.    with the KW=KEYWORD option.
  45.    
  46.    Suggested by Jérôme Chesnot and Gonzalez Rocha.
  47.  
  48.  
  49. V0.8.1.5
  50.  
  51.    Now looks for the following guide viewers, in this order:
  52.    
  53.    The viewer given as argument "VIEWER" if any, otherwise:
  54.       SYS:Utilities/Multiview
  55.       Multiview
  56.       SYS:Utilities/AmigaGuide
  57.       AmigaGuide 
  58.    
  59.    New option KW=KEYWORD, to look for a keyword directly without
  60.    showing the string requester. Suggested by Pascal Chiozzi.
  61.    
  62.    Recompiled with SAS/C 6.57 (plus option OPTIMIZESCHEDULE).
  63.          
  64.  
  65. Feedback to:
  66.  
  67.    email:   gcornu@serveur.dtr.fr
  68.  
  69.    http:    http://www.dtr.fr/homepage/gcornu  
  70.  
  71.    mail:    Gerard Cornu
  72.             11, Av. E. Aynard
  73.             69130 Ecully
  74.             (France)
  75.